(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/icon.h>
BOOL AddFreeList()
SYNOPSIS
struct FreeList * freelist
APTR mem
unsigned long size

LOCATION
In IconBase at offset 12
FUNCTION
Adds supplied memory chunk to the supplied freelist. All memory added in to the freelist can later be deallocated through one single FreeFreeList() call.

INPUTS
freelist
pointer to freelist struct previously allocated by the programmer.
mem
memory to add to the freelist.
size
size of memory chunk to add to the frelist.
RESULT
FALSE on failure, else TRUE.

NOTES
EXAMPLE
BUGS
SEE ALSO
FreeFreeList()
INTERNALS
HISTORY
03.02.1997 digulla
New library icon.library by N.H. Lorentzen